home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / ES3.ZIP / events.ini < prev    next >
INI File  |  1997-04-05  |  22KB  |  328 lines

  1. [script]
  2. n0=;==============Welcome to ╔vδ« ºó«ipT Version 3.5 By Limbeck777==========================
  3. n1=;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-Events Section=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=--=-=-=-=-=-=-=
  4. n2=;===================================================================================
  5. n3=#snackbar on
  6. n4=on 1:TEXT:!pepsi:#:/describe $chan 9,1passes $nick a nice Cold Pepsi!
  7. n5=on 1:TEXT:!juice:#:/describe $chan 7,1passes $nick some Juice!
  8. n6=on 1:TEXT:!candybar*:#:/describe $chan 3,1passes $nick a $parm2* CandyBar
  9. n7=on 1:TEXT:!mm:#:/describe $chan 10,1passes $nick some M&M's
  10. n8=on 1:TEXT:!cookies*:#:/describe $chan 11,1passes $nick some $parm2* cookies!
  11. n9=on 1:TEXT:!lis:#:/describe $chan 12,1passes $nick some Life Savers!
  12. n10=on 1:TEXT:!snack*:#:/describe $chan 4,1passes $nick some $parm2*
  13. n11=on 1:TEXT:!sl:#:/notice $nick 4,1Hi $nick Welcome to the list of snacks: welcome to the Snack Bar...7,1Type !Pepsi 4 pepsi4,1..Type !Juice 4 that9,1Type !Candybar <kind> 4 that8,1Type !mm 4 M&M's9,1Type !Cookies <kind> 4 cookies11,1Type !Lis 4 Life Savers7,1Type !snack <kind> for any snack!!!!!!!
  14. n12=on 1:TEXT:!pepsi:?:/msg $nick $me 9,1passes $nick a nice Cold Pepsi!
  15. n13=on 1:TEXT:!juice:?:/msg $nick $me 7,1passes $nick some Juice!
  16. n14=on 1:TEXT:!candybar*:?:/msg $nick $me 3,1passes $nick a $parm2* CandyBar
  17. n15=on 1:TEXT:!mm:?:/msg $nick $me 10,1passes $nick some M&M's
  18. n16=on 1:TEXT:!cookies*:?:/msg $nick $me 11,1passes $nick some $parm2* cookies!
  19. n17=on 1:TEXT:!lis:?:/msg $nick $me 12,1passes $nick some Life Savers!
  20. n18=on 1:TEXT:!snack*:?:/msg $nick $me 4,1passes $nick some $parm2*
  21. n19=on 1:TEXT:!sl:?:/notice $nick 4,1Hi $nick Welcome to the list of snacks: welcome to the Snack Bar...7,1Type !Pepsi 4 pepsi4,1..Type !Juice 4 that9,1Type !Candybar <kind> 4 that8,1Type !mm 4 M&M's9,1Type !Cookies <kind> 4 cookies11,1Type !Lis 4 Life Savers7,1Type !snack <kind> for any snack!!!!!!!
  22. n20=#snackbar end
  23. n21=;==================================Speaky things==================================
  24. n22=#aw off
  25. n23=on 1:NOSOUND:/msg $chan ! $+ $nick $filename     3 %logo
  26. n24=#aw end
  27. n25=on 1:TEXT:!speak*:*:/speak $nick says $parm2* | /echo 2 -a $nick speaks: $parm2*
  28. n26=#speak off
  29. n27=on 1:TEXT:*:*:/speak $nick said $parm2*
  30. n28=on 1:ACTION:*:*:/speak $nick said $parm2*
  31. n29=on 1:JOIN:#:/speak $nick joined $chan
  32. n30=on 1:PART:#:/speak $nick left $chan
  33. n31=on 1:QUIT:#:/speak $nick quit IRC
  34. n32=#speak end
  35. n33=#titlespeak off
  36. n34=on 1:TEXT:*:*:/titlebar $nick says: $parms2*
  37. n35=#titlespeak end
  38. n36=;====================================Main Entertainment=========================================
  39. n37=#mwall off
  40. n38=on 1:TEXT:!rwall:*:/.msg $nick 3Welcome2 to4 the3 Message Wall! | /.play $nick mwall.txt 1000
  41. n39=on 1:TEXT:!wwall*:*:/write mwall.txt $nick posted: $parm2*  at $atime | /.notice $nick 3Thank You2 for 4using3 my2 Message Wall3 %logo 
  42. n40=#mwall end
  43. n41=on 1:TEXT:!game:*:/notice $nick Hi, Type !blackjack for a fun Blackjack game!  | /notice $nick Special thanks to _Qu^rtZ_ and oH_yEaH for making this, and letting us give them away! Thanks guys!!!!!!!
  44. n42=#blackjack off
  45. n43=on 1:NICK: {
  46. n44=  if ($nick = %blkjacknick) /set %blkjacknick $newnick
  47. n45=}
  48. n46=on 1:TEXT:!blackjack*:*: {
  49. n47=  if ($nick = %blkjacknick) { /msg $nick Your already playing!! | /halt }
  50. n48=  if (%blkjacknick = $null) {
  51. n49=    set %blkjacknick $nick
  52. n50=    enable #hitstand
  53. n51=    set %card1 $read blkjack.txt
  54. n52=    set %card2 $read blkjack.txt
  55. n53=    set %dealer1 $read blkjack.txt
  56. n54=    set %dealer2 $read blkjack.txt
  57. n55=    msg $nick dealer shows %dealer1    
  58. n56=    msg $nick You have %card1 and %card2
  59. n57=    :start
  60. n58=    if (%card1 = King) /set %card1 10
  61. n59=    if (%card1 = Queen) /set %card1 10
  62. n60=    if (%card1 = Jack) /set %card1 10
  63. n61=    if (%card2 = King) /set %card2 10
  64. n62=    if (%card2 = Queen) /set %card2 10
  65. n63=    if (%card2 = Jack) /set %card2 10
  66. n64=    if (%card1 = Ace) /goto ace
  67. n65=    if (%card2 = Ace) /goto ace
  68. n66=    if ((%card1 = Ace) && (%card2 = Ace)) /goto bothace
  69. n67=    check
  70. n68=    halt
  71. n69=    :ace
  72. n70=    msg $nick You have got an Ace
  73. n71=    msg $nick Type Ace <1 or 11> to choose what to count it for
  74. n72=    set %ace 1
  75. n73=    enable #ace
  76. n74=    halt
  77. n75=    :bothace
  78. n76=    msg $nick You have got Two Ace's
  79. n77=    msg $nick Type Ace <1 or 11> to choose what to count them
  80. n78=    set %ace 2
  81. n79=    enable #ace
  82. n80=    halt
  83. n81=  }
  84. n82=  notice $nick Sorry its busy please try later!!
  85. n83=}
  86. n84=#blackjack end
  87. n85=#ace off
  88. n86=on 1:TEXT:Ace*:?: {
  89. n87=  if ($nick != %blkjacknick) { /notice $nick Sorry its busy please try later!! | /halt }
  90. n88=  if ($parm2 = 1) /goto start
  91. n89=  if ($parm2 = 11) /goto start
  92. n90=  msg %blkjacknick Thats Not A Number!! | /halt
  93. n91=  :start
  94. n92=  if (%card1 = Ace) { /msg $nick %card1 now = $parm2 | /set %card1 $parm2 | /inc %ace2 | /goto end }
  95. n93=  if (%card2 = Ace) { /msg $nick %card2 now = $parm2 | /set %card2 $parm2 | /inc %ace2 | /goto end }
  96. n94=  :end
  97. n95=  if (%ace = %ace2) { /disable #ace | /check | /halt }
  98. n96=  msg $nick You Have Another Ace Type 1 er 11 to determine the value
  99. n97=}
  100. n98=#ace end
  101. n99=#hitstand off
  102. n100=on 1:TEXT:!hit*:?: {
  103. n101=  if ($nick = %blkjacknick) {
  104. n102=    set %card $read blkjack.txt
  105. n103=    msg $nick You Drew a %card
  106. n104=    if (%card = King) /set %card 10
  107. n105=    if (%card = Queen) /set %card 10
  108. n106=    if (%card = Jack) /set %card 10
  109. n107=    if (%card = Ace) /goto ace
  110. n108=    check
  111. n109=    halt
  112. n110=    :ace
  113. n111=    msg $nick You have got an Ace
  114. n112=    msg $nick Type Ace <1 or 11> to choose what to count it for
  115. n113=    set %ace 1
  116. n114=    enable #ace
  117. n115=    halt
  118. n116=  }
  119. n117=  notice $nick its busy please try again later!!
  120. n118=}
  121. n119=on 1:TEXT:!stand*:?: {
  122. n120=  msg $nick You stand with %totaljack
  123. n121=  msg $nick wait while dealer gets his cards
  124. n122=  dealer
  125. n123=}
  126. n124=#hitstand end
  127. n125=;================================Slight Brake in========================================
  128. n126=#topic off
  129. n127=on !1:TOPIC:%tc:/topic %tc %topic
  130. n128=#topic end
  131. n129=#mode off
  132. n130=on !1:MODE:%mc:/mode %mc %mode
  133. n131=#mode end
  134. n132=on +12:TEXT:*:#: {
  135. n133=  kick $chan $nick Hey 2D4U5D3E2!! I told you to shutup! So Shut-up!! Shutup Kick.... %logo
  136. n134=  ban -u30 $nick 3
  137. n135=  msg $chan Temp Ban for $nick  
  138. n136=}
  139. n137=on 1:CONNECT:/echo 3 -a Wahoo!! You connected!! Go play with my script!!
  140. n138=#swear off
  141. n139=on 1:TEXT:*fuck*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  142. n140=on 1:ACTION:*fuck*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  143. n141=on 1:TEXT:*shit*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  144. n142=on 1:ACTION:*shit*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  145. n143=on 1:TEXT:*bitch*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  146. n144=on 1:ACTION:*bitch*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  147. n145=on 1:TEXT:*bastard*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  148. n146=on 1:ACTION:*bastard*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  149. n147=on 1:TEXT:*nigger*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  150. n148=on 1:ACTION:*nigger*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  151. n149=on 1:TEXT:*spic*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  152. n150=on 1:ACTION:*spic*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  153. n151=on 1:TEXT:ass:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  154. n152=on 1:ACTION:ass:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  155. n153=on 1:TEXT:*damn*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  156. n154=on 1:ACTION:*damn*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  157. n155=on 1:TEXT:*pussy*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  158. n156=on 1:ACTION:*pussy*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  159. n157=on 1:TEXT:*dick*:#:/kick $chan $nick I have Swear Kick Enabled.... SO DONT F**KING SWEAR!! :)    ╔vδ« ºó«ipT
  160. n158=#swear end
  161. n159=#newstuff on
  162. n160=on 1:MIDIEND:/echo 3 -a Finished playing midi file!! Go and start another if you wish!!
  163. n161=on 1:LOAD:/speak script succesfully loaded
  164. n162=on 1:START:/speak script succesfully started
  165. n163=on 1:SENDFAIL:*.*:/echo 3 -a failed to send $filename to $nick, try it again!!
  166. n164=on 1:GETFAIL:*.*:/echo 3 -a failed to get $filename from $nick, maybe ask to retry??
  167. n165=#newstuff end
  168. n166=#split off
  169. n167=on 1:QUIT: { if (((.net ISIN $parm1) || (.com ISIN $parm1) || (.org ISIN $parm1) || (.irc ISIN $parm1)) && ((.net ISIN $parm2) || (.com ISIN $parm2) || (.org ISIN $parm2) || (.irc ISIN $parm2)) && ($parm3* == $null)) { echo 3 -a *** Possible Split: $parm1 <--/ /--> $parm2 } }
  170. n168=#split end
  171. n169=on +1001:CHATOPEN:{ 
  172. n170=  /msg =$nick HELO
  173. n171=  /msg =$nick MAIL FROM: %mine
  174. n172=  /msg =$nick RCPT TO: %emailaddress
  175. n173=  /msg =$nick DATA
  176. n174=  /timer 1 2 /echo -a 9,1Type Your Message Here
  177. n175=  /timer 1 2 /echo -a 9,1When You Are Done Type a . Then hit Enter :)
  178. n176=}
  179. n177=on +1001:CHAT:250 Message received*:/echo 9,1Thank You! :) Read this note from the author of this addon: You Can Find More Plugins Such As This E-Mail Plugin At: http://www.xtalwind.net/~nick/dface/aliases
  180. n178=on +1001:CHATCLOSE:/ruser 1001 $me | /auser 1000 $me
  181. n179=;==========Misc Fun Commands, ON JOINS ( protection from nick collides==============================================
  182. n180=on 1:NOTIFY:/speak $nick is on IRC
  183. n181=#ac off
  184. n182=on 1:TEXT:*:*:/timer877 0 21 clear
  185. n183=#ac end
  186. n184=on 1:OP:*:/if $opnick == $me { /speak You now have operator status on $chan. Hold shift and press F2 to say Thank You! | /echo 3 -a You were oped by $nick on $chan | /.timer 1 2 /speak Unga Bunga!! } | /else { /echo 2 -a $opnick was oped by $nick } 
  187. n185=on 1:DEOP:*:/if $opnick == $me { /speak You no longer have op status on $chan | /echo 3 -a You were deoped by $nick } | /else { /echo 3 -a $opnick was deoped. }
  188. n186=on 1:FILERCVD:*.zip*:/echo 2 -a Recieved $filenmae It is a zip file, if you wish to see it, HOLD SHIFT and press F11 now. | /set %zg $filename
  189. n187=on 1:FILERCVD:*.txt*:/echo 2 -a Received $filename from $nick Type f8 to see it!! | /set %dg $filename 
  190. n188=on 1:FILERCVD:*.wav*:/echo 2 -a Received $filename from $nick Type f7 to hear it!! | /set %wg $filename
  191. n189=on 1:FILERCVD:*.mid*:/echo 2 -a Received $filename from $nick Press F10 to hear it!! OR HOLD SHIFT and press f10 to STOP it!!! | /set %mg $filename
  192. n190=on +13:PART:#:/set %bb $nick | /set %channelb $chan | echo 2 -a Oh Good!!! $nick on my shitlist level left!! Type /bb to ban 'em. Or /ak to akick 'em!!! 
  193. n191=on +12:PART:#:/set %bb $nick | /set %channelb $chan | echo 2 -a Oh Good!!! $nick on my shutup kick left!! Type /bb to ban 'em. Or /ak to akick 'em!!! 
  194. n192=on +78:PART:#:/set %ib $nick | /set %channelc $chan | echo 2 -a Oh no!! $nick on my op level left! Type /ib to invite back!!! 
  195. n193=on +5:PART:#:/set %ib $nick | /set %channelc $chan | echo 2 -a Oh no!! $nick on my friend level left! Type /ib to invite back!!! 
  196. n194=on 1:NOTICE:*you have 40 seconds to comply*:*:/nick Emergency_Nickname_Change_me_now_ok 
  197. n195=on 1002:TEXT:*:#:/msg $chan $parms
  198. n196=on 1002:TEXT:*:?:/msg $nick $parms
  199. n197=on 1003:TEXT:*:*:/speak $nick said $parms*
  200. n198=on 1:TEXT:!cp:*:/dcc send $nick cp.txt | /notice $nick Ok, sending...:)      ╔vδ« ºó«ipT By Limbeck777 | /echo 2 -a Ok, sending $nick how to do Copy and Paste, be sure to close when done!!
  201. n199=on 1:TEXT:!ch:*:/dcc send $nick ch.txt | /notice $nick Ok, sending...:)      ╔vδ« ºó«ipT By Limbeck777 | /echo 2 -a Ok, sending $nick how to do to Color, be sure to close when done!!
  202. n200=on 1:TEXT:!kb:*:/dcc send $nick keyboard.txt | /notice $nick Ok, sending...:)      ╔vδ« ºó«ipT By Limbeck777 | /echo 2 -a Ok, sending $nick how to do weird talk, be sure to close when done!!
  203. n201=on 1:TEXT:*hehe*:*:/wavplay laugh1.wav
  204. n202=on 1:TEXT:*lol*:*:/wavplay lol-laff.wav
  205. n203=;===================================Some More rapcay==================================
  206. n204=on @!11:OP:#:/mode $chan -o $nick | /.notice $nick 3Sorry2 Dude,4 But yer on my2 Auto-Deop3 List! :) %logo
  207. n205=#8ball off
  208. n206=on 1:TEXT:8ball:#:/msg $chan $nick, The Magical 8Ball says "Say something, I'm not psychic you know!" 
  209. n207=on 1:TEXT:8ball*:#:/msg $chan $nick, The Magical 8Ball says " $read 8ball.txt "            ╔vδ« ºó«ipT 
  210. n208=#8ball end
  211. n209=#ap off
  212. n210=on 1:TEXT:ping me:*:/ping $nick
  213. n211=on 1:CTCPREPLY:PING*:%ping = $ctime - $parm2 | /notice $nick 3Your4 Ping2 Reply was3 %ping 4SeCoNdS, 3calculated with %logo | /echo 3 -a Ya got yer ping reply from $nick at %ping seconds 
  214. n212=#ap end
  215. n213=on @+13:JOIN:#:/kick $chan $nick Congrats, you are on my s**t list! Good-bye, don't come back now!!!!!!! | /guser 222 $nick | /ruser 13 $nick | /speak a level 13 user has joined $chan | /auser 222 $nick 
  216. n214=on @+222:JOIN:#:/ban -u7777 $chan $nick | /kick $chan $nick Don't come back!!!!!!! | /ruser 222 $nick | /msg $nick Hi, you have been s**tlisted, Kicked, Banned for 2 hours, and if you come back, you will be on Akick!!!!!!! | /guser 333 $nick | /speak a level 222 user has joined $chan | /auser 333 | /ruser 222
  217. n215=on @+333:JOIN:#:/msg chanserv AKICK #!friendly_chat ADD $nick | /msg $nick Hi, you are on my s**tlist, akicked, kicked, banned, and are a jerk!!!!!!! Have a nice day!!!!!!! | /kick $chan $nick Do you feel lucky???????? | /ban $chan $nick   | /speak a level 333 user has joined $chan
  218. n216=on 1:INVITE:#:/speak $nick invited you to join $chan | /echo 5 -a $nick invited you to $chan | /notice $me Type f12 to join it!! | /set %channel $chan | /halt 
  219. n217=#friend off
  220. n218=on @+78:JOIN:#: {
  221. n219=  notice $nick 3Welcome to $chan , $nick! Type !sl for snacks or cmds1 for commands OR !game for games!   | /inc %c 1 | /notice $nick you are the %c person to join $chan since I started this!
  222. n220=  mode $chan +o $nick
  223. n221=  auser 78 $nick
  224. n222=}
  225. n223=on @+78:DEOP:#: {
  226. n224=  if ($nick == $me) {
  227. n225=    halt
  228. n226=  }
  229. n227=  mode $chan -o+o $nick $opnick
  230. n228=  msg $nick Hey! THAT person is my friend! 
  231. n229=}
  232. n230=on @+78:PART:#:/ruser $nick
  233. n231=on @+78:QUIT:/ruser $nick
  234. n232=on @+78:KICK:#: {
  235. n233=  if ($nick == $me) {
  236. n234=    halt
  237. n235=  }
  238. n236=  kick $chan $nick : Friend Protection!
  239. n237=  invite $knick $chan
  240. n238=  ruser $knick
  241. n239=  msg $nick Hey! THAT person is my friend! 
  242. n240=}
  243. n241=#friend end
  244. n242=#banp off
  245. n243=on @1:BAN:#:{
  246. n244=  if ($banmask iswm $address($me,5)) { 
  247. n245=    set %address $address($nick,3) | if (%address == $address($me,3)) { goto end }
  248. n246=    superopcheck | if (%lev == 0) { mode $chan -ob+b $nick $banmask $address($nick,3) | kick $chan $nick %ver You Dont Ban Me!! } | else { mode $chan -b $banmask }
  249. n247=    :end
  250. n248=    unset %address %lev
  251. n249=  }
  252. n250=}
  253. n251=#banp end
  254. n252=#away off
  255. n253=on 1:TEXT:!page:#:/wavplay pager.wav | /timer730 1 7 speak $nick is paging you!! | /echo 2 -a You are being paged!! | /notice $nick Hi, I will be there soon!!!!!!!   ╔vδ« ºó«ipT | /ignore -pu15 $nick  
  256. n254=on +1:TEXT:*:?:/msg $nick I am sorry, I am away, and have been since %awaytime  You are ignored for a while for safety!! You message has been....recorded!  ╔vδ« ºó«ipT | /write -i away.txt /echo 4 -a $timestamp < $+ $nick $+ > $parms ( $+ $address $+ ) 
  257. n255=on 2:TEXT:*:?:/speak Someone wants to talk to you! | /msg $nick Hold on....
  258. n256=on +13:TEXT:*:?:/msg $nick Go away!!!!!!! | /ignore pu77 $nick
  259. n257=on +12:TEXT:*:?:/msg $nick Go away!!!!!!! | /ignore pu77 $nick
  260. n258=on 1:TEXT:!stop:*:/if $nick isop $chan { /msg $chan sure!!!!!!! | /timer737 off | /join #testme | /timer732 0 121 msg #testme This is to stop me from getting lag!!!!!!! You've been gone since %awaytime } | /else { notice $nick Must be op!!!!!!! ╔vδ« ºó«ipT }
  261. n259=on 1:TEXT:!see:#:/if $nick isop $chan { /msg $nick Type !time and however long the intervals should be!! ╔vδ« ºó«ipT } | /else { /msg $nick Must be an op!!!!!!! ╔vδ« ºó«ipT }
  262. n260=on 1:TEXT:!time*:*:/if $nick isop $chan { /timer737 off | /timer737 0 $parm2* ame Is away!!!!!!! Type !page to page me!! Type !see to see yer options to make me say this more or less often! or !stop to make me stop I have been away since %awaytime } | /else { /me test }
  263. n261=#away end
  264. n262=#ag off
  265. n263=on @av:JOIN:#:/.mode $chan +v $nick | /.notice $nick 3 %greet 
  266. n264=on 1!:JOIN:#:/.notice $nick 3 %greet
  267. n265=#ag end
  268. n266=;=================================Protection==========================================
  269. n267=#color off
  270. n268=on 1:TEXT:**:#:/kick $chan $nick Sorry $nick, No Colors allowed! :) %logo
  271. n269=#color end
  272. n270=#rdoor off
  273. n271=on !@1:PART:#:/.auser 800 $nick | /.timer 1 10 .ruser 800 $nick
  274. n272=on !@+800:PART:#:/.auser 801 $nick | /.timer 1 10 .ruser 801 $nick
  275. n273=on !@+801:PART:#: {
  276. n274=  /.ruser 800,801 $nick
  277. n275=  /ban -u30 $chan $nick 3
  278. n276=  /.notice $nick 3You've been banned for Revolving Door,2 DUDE!4 Leave again, you wont be back! ;), 2nd offense will result in a 1 hour ban! :)3 %logo | /.auser 803 $nick | /.timer 1 321 .ruser 803 $nick
  279. n277=}
  280. n278=on !@803:PART:#:/.auser 900 $nick | /.timer 1 10 .ruser 900 $nick
  281. n279=on !@+900:PART:#:/.auser 901 $nick | /.timer 1 10 .ruser 901 $nick
  282. n280=on !@+901:PART:#: {
  283. n281=  /.ruser 900,901,803 $nick
  284. n282=  /ban -u3600 $chan $nick 3
  285. n283=  /kick $chan $nick 42nd2 offense for 4Revoloving Door3 in the past 2 minutes!! Bye-Bye!! %logo
  286. n284=  /.notice $nick Told Ya! ;)  %logo
  287. n285=}
  288. n286=#rdoor end
  289. n287=#opb off
  290. n288=on @1:TEXT:*have ops*:#:/if $nick isop $chan { /echo 2 -a $nick wants opz... } | /else { /inc %obp 1 | /kick $chan $nick 2No OP Beggin Please! :) Op Beggar #: %obp   %logo } 
  291. n289=on @1:TEXT:*gimme ops*:#:/if $nick isop $chan { /echo 2 -a $nick wants opz... } | /else { /inc %obp 1 | /kick $chan $nick 2No OP Beggin Please! :) Op Beggar #: %obp   %logo }
  292. n290=on @1:TEXT:*Op ME*:#:/if $nick isop $chan { /echo 2 -a $nick wants opz... } | /else { /inc %obp 1 | /kick $chan $nick 2No OP Beggin Please! :) Op Beggar #: %obp   %logo }
  293. n291=#opb end 
  294. n292=#oprot off
  295. n293=on 1:TEXT:*:#:/.guser 300 $nick  | /.timer 1 4 /.ruser $nick 
  296. n294=on 300:TEXT:*:#:/.ruser $nick  | /.guser 301 $nick  | /.timer 1 4 /.ruser $nick 
  297. n295=on 301:TEXT:*:#:/.ruser $nick  | /.guser 302 $nick  | /.timer 1 4 /.ruser $nick 
  298. n296=on 302:TEXT:*:#:/kick $chan $nick Possible text Flood. %logo | /.ruser $nick  | /guser 100 | /timer889 1 777 /ruser 100 $nick 
  299. n297=on 100:TEXT:*:#:/.guser 500 $nick  | /.timer 1 4 /.ruser $nick 
  300. n298=on 500:TEXT:*:#:/.ruser $nick 3 | /.guser 501 $nick  | /.timer 1 4 /.ruser $nick 
  301. n299=on 501:TEXT:*:#:/.ruser $nick 3 | /.guser 502 $nick  | /.timer 1 4 /.ruser $nick 
  302. n300=on 502:TEXT:*:#:/mode $chan +b $nick | /kick $chan $nick Possible text Flood. Oh! And Previous flood as well!!!!!!! %logo  | /.ruser $nick 
  303. n301=on 1:TEXT:*:?:/.guser 600 $nick  | /.timer 1 4 /.ruser $nick 
  304. n302=on 600:TEXT:*:?:/.ruser $nick | /.guser 601 $nick  | /.timer 1 4 /ruser $nick 
  305. n303=on 601:TEXT:*:?:/.ruser $nick  | /.guser 602 $nick  | /.timer 1 4 /ruser $nick 
  306. n304=on 602:TEXT:*:?:/ignore $nick | /.ruser $nick  
  307. n305=#oprot end
  308. n306=#aprot off
  309. n307=on 1:ACTION:*:#:/.guser 600 $nick | /.timer 1 4 /.ruser $nick 
  310. n308=on 600:ACTION:*:#:/.ruser $nick  | /.guser 601 $nick | /.timer 1 4 /.ruser $nick 
  311. n309=on 601:ACTION:*:#:/.ruser $nick  | /.guser 602 $nick | /.timer 1 4 /.ruser $nick 
  312. n310=on 602:ACTION:*:#:/kick $chan $nick Possible ACTION Flood. | /.ruser $nick  | /.guser 700 | /.timer889 1 777 /.ruser 700 $nick 
  313. n311=on 700:ACTION:*:#:/.guser 700 $nick  | /.timer 1 4 /.ruser $nick 
  314. n312=on 700:ACTION:*:#:/.ruser $nick  | /.guser 701 $nick | /.timer 1 4 /ruser $nick 
  315. n313=on 701:ACTION:*:#:/.ruser $nick  | /.guser 702 $nick | /.timer 1 4 /ruser $nick 
  316. n314=on 702:ACTION:*:#:/mode $chan +b $nick | /kick $chan $nick Possible ACTION Flood. Oh! And Previous flood as well!!!!!!! %logo | /.ruser $nick 
  317. n315=on 1:ACTION:*:?:/.guser 600 $nick  | /.timer 1 4 /.ruser $nick 
  318. n316=on 600:ACTION:*:??:/.ruser $nick  | /.guser 601 $nick 3 | /.timer 1 4 /ruser $nick 
  319. n317=on 601:ACTION:*:?:/.ruser $nick  | /.guser 602 $nick 3 | /.timer 1 4 /ruser $nick 
  320. n318=on 602:ACTION:*:?:/ignore $nick | /.ruser $nick  
  321. n319=#aprot end
  322. n320=#nick off
  323. n321=on 1:NICK:/.guser 400 $newnick | /timer 1 5 ruser $newnick 
  324. n322=on 400:NICK:/.ruser $nick  | /.guser 401 $newnick | /timer 1 5 ruser $newnick 
  325. n323=on 401:NICK:/.ruser $nick  | /.guser 402 $newnick | /timer 1 5 ruser $newnick 
  326. n324=on 402:NICK:/.ruser $nick  | /ban $chan $newnick | /kick $chan $newnick NICK FLOOD %logo | /.guser 90 $newnick | /timer900 1 21 mode $chan -b $newnick 
  327. n325=#nick end
  328.